home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / ifp1p150.zip / INFOPLUS.HIS < prev    next >
Text File  |  1992-01-01  |  25KB  |  469 lines

  1. Changes by Andrew Rossmann v1.50 (1/1/92)
  2. All:    Added command line switches B, D, M, C, NV, H and '?'.
  3.         Added on-line help by pressing F1.
  4.         No longer reset the screen on exit unless you start in 40 column
  5.          mode, or a non-standard mode.
  6. Page 1: Added detection of Tandy 3000.
  7.         Added detection of Tandy 1000 series.
  8. Page 3: Having more than 64K of available UMB space will display
  9.          the correct byte size (the K size was correct.)
  10. Page 6: Added additional information for ATI cards, and support for
  11.          newer versions.
  12.         Detect Tseng ET4000/HiColor DAC combo.
  13.         Only display Tseng memory size if it's an ET4000.
  14.         Hopefully corrected Trident problems. Also, tell true video
  15.          memory for 8900 series.
  16.         Hopefully corrected Cirrus problems.
  17.         Added detection of Oak chipset.
  18.         VGA chipset detections can be disabled by using the NV startup
  19.          switch.
  20. Page 8: Modified sound card detections to reduce possible problems with
  21.          other cards using the same IO ports.
  22.         Added detection of Tandy 1000/2500 digital sound.
  23. Page 9: A second 'page' that lists all currently open files, and lots
  24.          of information about each of them. Most useful under Windows
  25.          or Desqview.
  26. Page 18:Detect and give information about SMARTDRV, and possibly other
  27.          caches.
  28.         Display version of QEMM (if newer than 5.10).
  29.         Detect JP Software's KSTACK.COM.
  30.         Detect Norton NCHACHE, Diskreet, DiskMon, FileSave/EraseProtect.
  31.         Added detection of Stacker.
  32. INFOPLUS.ASM: Corrected bug in LONGCALL. It was restoring the wrong old DS
  33.               and SI!! (Thanks to Michael Holin for noticing that!)
  34.  
  35.  
  36. Changes by Andrew Rossmann v 1.47 (8/2/91)
  37. All:    Several pages should work better under OS/2.
  38.         Corrected bug that caused lockups under Desqview. Could also
  39.          fix other unusual bugs. It appears to have fixed the occasional
  40.          'slow screen' bug, too.
  41. Page 2: If an i386 is found, check for the POPAD bug. (This is a minor
  42.         bug that is nothing to worry about.)
  43.         If a 387 is 'found' with a 286 CPU, then it's identified as a
  44.          287XL.
  45. Page 3: Tell if HMA is free or in use.
  46.         Detect if UMB (Upper Memory Blocks) are available, and report
  47.          size of the largest available.
  48.         Tell if DOS 5 is using the HMA, and how much is being used.
  49. Page 9: Minor corrections to work properly with DOS 5 and OS/2.
  50. Page 10:Added detection of DOS 5's DOSKEY.
  51.         If DOS 5's SETVER is loaded, the version list will be displayed.
  52.         Added a generic DOS extender check (new 'standard')
  53. Page 13:Minor corrections to work properly with DOS 5 and OS/2.
  54. Page 18:Added detection of Norton's NDOS (4DOS in disguise)
  55.         Added detection of Phar Lap DOS Extenders.
  56.         Added detection of the DOS 5 Task Swapper (which also identifies
  57.          itself as Windows in real/standard mode!!)
  58.         Added detection of HyperDisk 4.20 or newer.
  59. INFOPLUS.ASM:   New subroutine added for POPAD bug test.
  60.                 Modified ALTINTR and LONGCALL to only pass the Overflow,
  61.                  Sign, Zero, Aux Carry, Parity and Carry flags TO the called
  62.                  interrupt/subroutine from the Flags variable in the
  63.                  Registers record. The standard TP Intr doesn't pass ANY
  64.                  flags! I need the ability for several detection routines.
  65.                  The full Flags register will be passed back when the
  66.                  interrupt/subroutine returns. This is what fixed the
  67.                  Desqview problem. (Thanks to Heribert Eisele -
  68.                  heribert@caen.engin.umich.edu for pointing this out!)
  69.  
  70. Changes by Andrew Rossmann v 1.46 (5/29/91)
  71. Page 2: If an i486 is found without a coprocessor, then an i486SX will
  72.         be assumed. An i486SX w/ 487 will show as an i486.
  73. Page 6: Most of the VGA chipsets will return more information.
  74. Page 18:NEW PAGE (sort of).
  75.         Moved the TSR and drivers section of page 10 here.
  76.         Corrected VDS product version number display. Also tell if
  77.          VDS's BIOS data bit is set ($40:$7B, bit 5)
  78.         Added detection of TBScanX (a virus scanner)
  79.         Added detection of WildUnix (a Unix-like wildcard expander)
  80.         Added detection of DOS/16M (a protected mode interface)
  81.         Added detection of Inset (a text/graphics program)
  82.         Added detection of Microsoft CD-ROM extensions (MSCDEX)
  83.         Added detection of Fossil drivers
  84.         Added detection of Video Fossil drivers
  85. WARNING! Page 18 could lock up under Desqview. I'm still investigating.
  86. Page 19:Former page 18 (Thank you page.)
  87.  
  88.  
  89. Changes by Andrew Rossmann v 1.45 (2/11/91)
  90. All:    If Desqview is detected, all screen output will be done using
  91.         the BIOS, allowing INFOPLUS to work in a window even on
  92.         non-386's. This may affect screen printing.
  93. Page 1: Detailed info will only be shown on an AT or better (as told by
  94.         the machine byte at $FFFF:$E.)
  95.         Added detection of several computers, including Toshiba
  96.         T5200/100 and T1200/XE, IBM model 90's, and the PS/1.
  97. Page 6: Added detection of XGA (MicroChannel systems only for now.)
  98. Page 8: 16450 UART now detected (was shown as 8250 before.)
  99.         Added detection of AdLib, SoundBlaster, and Roland MPU-401.
  100.         If AdLib detected, it checks if the SOUND.COM driver is loaded
  101.         and tells you the version and interface address if found.
  102.         If COM port is at address $0000 (Desqview giving no access)
  103.         it shows N/A for address, and gives no other info.
  104.         Ports at address above $FFF should display correctly.
  105. Page 9: DR-DOS should be detected.
  106.         Under DOS 5, will tell if UMBs are part of DOS memory chain.
  107.         Under DOS 4+, tell if BUFFERS are in EMS, and their handle.
  108. Page 10:If Windows 3 in enhanced mode is detected, information about
  109.         the display is given.
  110.         If Desqview is detected, extra video and memory info given.
  111.         Added detection of TAME.
  112.         Added detection of QEMM/QRAM, MANIFEST (resident), and VIDRAM.
  113.         Added detection of pcAnywhere.
  114.         Added detection of Disk Spool II.
  115.         Added detection of DOS 4 GRAPHICS.COM.
  116.         Added detection of Win 3's EGA.SYS.
  117.         Added detection of DRIVER.SYS (note: DOS 4 appears to support
  118.         some of it's functions, so it may show yes.)
  119.         Added detection of the F-PROT package.
  120.         Added detection of ANARKEY.
  121.         Added detection of Virtual DMA Specification (VDS) [NOTE: Is
  122.         supported by QEMM!!]
  123.         Added detection of Common Access Method SCSI drivers.
  124.         Added detection of PC/TCP Packet drivers.
  125. Page 16:You can use the up and down arrow keys to look at the BPB
  126.         information for all drives.
  127. Page 17:CMOS info will only show for an AT or better (as told by the
  128.         machine byte at $FFFF:$E.)
  129.         NOTE: It seems as if 386 based PS/2's have non-standard CMOS
  130.         tables. Ignore warnings about bad CMOS checksum.
  131. Tech:   Program re-organized into Units.
  132.         Source code distributed separately.
  133.         Added information pages that you can print out.
  134. NOTE!!->I'm having problems running under Desqview. I'm still trying to
  135.         figure out what's happening. Be aware that the program could
  136.         lock up at any time.
  137.  
  138.  
  139. Changes by Andrew Rossmann v 1.41 (12/8/90)
  140. All:    Re-compiled under Turbo Pascal 6. No special features used.
  141. Page 6: Check for Tseng chips should no longer cause problems if you
  142.         really have a Tseng chipset.
  143. Page 8: Corrected bug in UART detection.
  144. Page 16:When reading Boot info, no longer tries looking at the drive
  145.         that is one below the current default. (ie: B: if C: was the
  146.         default.) This primarily affects DOS 3.30 and 3.31 users only.
  147. Technical: .INC files renamed to .PAS for easier use under the new IDE.
  148.  
  149. Changes by Andrew Rossmann v 1.40 (11/12/90)
  150. All:    New Command! Alt-P will pop up a window in which you can send a
  151.         copy of the data part of the screen to a file or the printer.
  152.         You can have any non-standard characters converted into Normal
  153.         ASCII. You can also have an extra line added to the printout.
  154.         You can use it to identify the computer, or whatever.
  155. Page 6: Display 'Checking for xxxx' before trying to detect video
  156.         types and chipsets.
  157.         Paradise information checking now reads the chips directly,
  158.         instead of relying on the BIOS, which seemed to be causing
  159.         problems with some boards. It seems as if some may not be
  160.         detected.
  161.         Corrected ZyMOS detection.
  162.         CTI chips will only be detected if a CTI BIOS is found. Direct
  163.         chip detection caused problems with some other boards.
  164. Page 8: Serial port info now displays the type of UART found. The
  165.         16450 (found on many AT's) will be listed as an 8250. The
  166.         16550AFN and 16550AN will display as 16550AN.
  167. Page 9: No longer gets stuck in an infinite loop when trying to
  168.         determine STACKS on some computers.
  169. Page 11:The environments' location, size, amount used, and free
  170.         space are now shown.
  171. Page 17:Day of Week no longer shown since most BIOS's do not set it.
  172.  
  173.  
  174. Changes by Andrew Rossmann v 1.35 (10/7/90)
  175. All:    If using <ENTER> to jump to a page, and you enter something illegal,
  176.         the page name will be restored on the bottom line.
  177. Page 3: If no Free XMS is available, will now say 0K, instead of ERROR.
  178. Page 6: More VGA chipsets detected, including Ahead, Cirrus, Chips&Technologies
  179.         Genoa, Trident, Tseng and ZyMOS.
  180.         VESA mode detection will only check values that the board or driver
  181.         says is available, instead of trying everything.
  182. Page 8: Under Desqview, if not given priveleges for COM ports, will report
  183.         NA for baud, instead of bombing with 'Runtime Error 200'.
  184. Page 17:Thank You info moved to page 18.
  185.         NEW PAGE! Lists information contained in your CMOS memory, if a
  186.         PC/AT or compatible is detected.
  187. Page 18:Thank you information. Formerly page 17.
  188. INFOPLUS.ASM:   Several new routines added for detecting VGA chipsets.
  189.                 DISKREAD modified to work with Compaq 3.31 and other
  190.                 non-DOS 4's that support >32M partitions using the extended
  191.                 read routine format.
  192.  
  193. Changes by Andrew Rossmann v 1.31 (9/4/90)
  194. Page 2: Corrected bug that could cause lock-ups on PC's without coprocessor.
  195. INFOPLUS.ASM:   Corrected ndp routine to not generate WAITs!!
  196.  
  197.  
  198. Changes by Andrew Rossmann v 1.30 (9/3/90)
  199. All:    If you are in MODE BW80 or MODE MONO, you will get black and white.
  200. Page 1: More machine types identified.
  201. Page 2: Some of the Machine Status Word bits are identified.
  202.         CPU and NDP detection routines further modified. NDP detection lockups
  203.         appear to be fixed (tested by George Toye.)
  204.         On 386/486 CPUs, check BIOS to see if Weitek coprocessor present.
  205. Page 3: Conventional memory sizes now also given in K.
  206.         DPMI detection now works!!
  207.         No VCPI check if DPMI detected (DPMI takes precedence over VCPI).
  208. Page 6: If a VESA driver or board is detected, you will get a listing of all
  209.         VESA modes supported and info about them.
  210. Page 10:Added detection of Desqview and Windows 3.
  211. Page 11:Show current program name and it's path.
  212. Page 15:OS/2 High Performance File System (HPFS) added.
  213. INFOPLUS.ASM:   All routines are now using the FAR model.
  214.                 Slightly modified 486 detection.
  215.                 Removed FSAVE from NDP detection, appeared to be the culprit.
  216.                 Modified LONGCALL to have a similar format to Intr and MsDos.
  217.                 New routines AltIntr and AltMsDos. These use self-modifying
  218.                 code to generate true interrupts. The standard TP routines
  219.                 do not, and will not trigger protected mode routines.
  220.  
  221.  
  222. Changes by Andrew Rossmann v 1.25 (8/10/90)
  223. Page 2: The CPU and NDP detection has been overhauled. First, the
  224.         tests are now run seperately, making it easier to tell which
  225.         part is causing problems. The CPU detection code has beeen
  226.         modified AGAIN, this time from code sent to me by John Levine,
  227.         who said he got it from the Intel '486 manual. Also, the NDP
  228.         detection has been modified to reduce the chance of getting an
  229.         'unknown coprocessor' message. Test8087 is no longer used.
  230. INFOPLUS.ASM: New coding in the CPU and NDP detections, increasing
  231.               reliability, and allowing seperate testing. This new
  232.               code should also detect the 486!!
  233.               Put some comments in the ATIINFO routine.
  234.  
  235.  
  236. Changes by Andrew Rossmann v 1.21 (8/5/90)
  237. Page 2: Slightly modified the CPU detection to disable interrupts
  238.         during the 286/386 tests. Hopefully, this will fix the
  239.         ongoing problems.
  240. Page 6: The information returned when an ATI video board is detected
  241.         is now correct. NOTE: The monitor INFOPLUS says may not be
  242.         exactly what you have the board set to. There are only 16
  243.         possible selections, and many of the 'models' actually use
  244.         the same settings. I can only use the information that ATI
  245.         gives with the board. They probably have more information
  246.         (such as 8/16 bit mode) buried somewhere that they won't
  247.         release.
  248.  
  249.  
  250. Changes by Andrew Rossmann v 1.20 (7/29/90)
  251. Page 1: Thanks to information posted to USENET by James Howard of
  252.         Dell Computer Corporation, most later model Dell's will be
  253.         directly identified.
  254.         The adapter ROM scan now searches at 2K boundaries. This will
  255.         hopefully detect what QEMM calls 'split roms.'
  256. Page 2: Due to continued problems with the CPU detection locking up
  257.         computers, I am now using the original detection code. This
  258.         uses differences in the Flags registers to distinguish a 386
  259.         from a 286. The 486 will not be directly identified. A side
  260.         benefit is that you can now run safely under Windows 3
  261.         enhanced mode.
  262.         The coprocessor detection code sometimes thinks you have one
  263.         when you don't. This gives an 'unknown coprocessor - FF'
  264.         message. Now, if that happens, I check to see if Turbo Pascal
  265.         found one (the Test8087 variable.) If it didn't find one, I
  266.         now say 'none.'
  267. Page 9: The file handle count should now be more accurate. I search
  268.         where DOS keeps it's FILES lists, and get my counts that way.
  269. Page 16:Tells whether an extended boot signature is found (DOS 4.)
  270.         If extended boot signature, tell the physical drive number
  271.         (hard disks start at 128, floppies at 0.)
  272. INFOPLUS.ASM: Commented out 'invalid opcode' CPU detection method, and
  273.               re-enabled the original detection code. This results in
  274.               the inablity to detect the '486.
  275.  
  276.  
  277. Changes by Andrew Rossmann v 1.10 (7/20/90)
  278. Page 1: ROM search now displays size of ROMs found.
  279. Page 3: If an XMS driver is found, various information about it
  280.         is now displayed.
  281.         All EMS memory is now given in K instead of pages.
  282. Page 6: Added detection of Paradise, Video 7, and ATI VGA boards. Some
  283.         additional information and the correct memory size is given.
  284. Page 7: Tell whether the Mouse driver is shadowing the EGA registers.
  285. Page 10:A hopefully generic Network check was added.
  286.         The CDROM detection might work better. Also displays what
  287.         drives are actually CDROM.
  288. Page 15:Now only search for drives $80 to $99. Going beyond that
  289.         caused exception errors under EMM386.SYS (the Win 3 version.)
  290. Page 17:Corrected a bug that caused part of the screen to scroll
  291.         when running under Desqview (I hope.)
  292. INFOPLUS.ASM: Added new LONGCALL routine. This is needed for the XMS
  293.         checking. LONGCALL calls a routine using a FAR CALL instead of
  294.         the more normal INT functions.
  295.         Since TASM 2.0 supports the 486, the XADD macro is now
  296.         commented out.
  297.  
  298.  
  299. Changes by Andrew Rossmann v 1.0 (6/25/90)
  300. All:    Due to confusions with Steve Grant continuing to release
  301.         new versions, I am renaming my version to INFOPLUS.
  302.         The documentation for SYSID 4.4 states that the source and
  303.         object code are public domain. SG's newer versions are
  304.         copywritten, and no longer contain source code. All
  305.         of my versions WILL ALWAYS continue to contain the source
  306.         code, and WILL ALWAYS be public domain!! Like FRACTINT, I
  307.         hope for this program to slowly grow as people add their own
  308.         ideas.
  309. All:    Changed colors to blue background, with text of LightGray
  310.         and LightCyan.
  311.         You now press the DOWN ARROW key to continue a long screen.
  312.          This lets you move to another page without looking at all
  313.          the information.
  314.         A title telling what is on the page appears at the bottom.
  315. Page 0: New page, shows contents of each page. HOME always goes here.
  316.         Also, this eliminates the chance that scanning the ROM could
  317.         lock up the program, preventing its use. If that happens, you
  318.         can just go to another page directly.
  319. Page 2: The V20/V30 should be correctly detected.
  320. Page 3: Added detection of XMS, DPMI (untested) and VCPI.
  321.         DPMI detection is tentative, since it's still in the formative
  322.         stages. Windows 3.0 is the first program to support it.
  323.         Under EMS 4, handle names will be listed (not all programs
  324.          give their handles names.)
  325. Page 9: Added count of FCB's (File Control Blocks.)
  326.         Added count of Dos STACKS (DOS 4 only.)
  327. Page 10:Added detection of DOS (should always be YES!!)
  328.         Added detection of JP Software's 4DOS (and other info on it.)
  329.         Added detection of CD-ROM extensions.
  330. Page 13:For default drive, tells what type it is, if it is removable,
  331.         has doorlock detection, is JOIN'd, or SUBST'd (and shows the
  332.         true path.)
  333. Page 17:New page, just thanks you for using INFOPLUS, and gives
  334.         some places I can be reached.
  335.  
  336.  
  337. The following are my versions of SYSID. It's very likely that some
  338. of these version numbers may overlap Steve Grant's!!
  339.  
  340. Changes by Andrew Rossmann (5/28/90) v 5.1
  341. Page 2: Corrected bug in 386 detection code actually in SYSID.ASM.
  342.           This bug could cause lock-ups or exception errors on
  343.           386, 386SX, or 486 systems.
  344.  
  345. Changes by Andrew Rossmann (1/19/90) v 5.0
  346. Page 9: Added buffer count (and read-ahead) for DOS 4!
  347. Page 15:Added several more partition types.
  348.  
  349.  
  350. Changes by Andrew Rossmann (12/31/89) v 4.8
  351. Page 2: Added recognition (I hope) of the '486. This involved
  352.         replacing the code that detects the 286/386 with newer
  353.         code by Robert Collins.
  354. Page 5: Added the extended modes of the Paradise VGA boards.
  355.         (Considering that the CRT unit forces the screen into a
  356.         standard text mode at startup, most of the entries are
  357.         sort of useless right now.)
  358. Page 15:Added Disk Manager, Speedstore, Split (?), and GB (?) to
  359.         the recognized partition types.
  360.         Corrected some erroneous numbers in the starting cylinder
  361.         and sector.
  362.  
  363. Changes by Andrew Rossmann (9/30/89) v 4.7
  364. All:    Re-compiled under Turbo Pascal 5.5.
  365. Page 9: Reduced the number of files to 255 due to a potential bug
  366.         under DOS 3.30.
  367. Page 10:Added a few extra programs to the multiplex listings. Some of
  368.         these will probably only be recognized under DOS 4 or newer.
  369.  
  370. Changes by Andrew Rossmann (7/2/89) v 4.6
  371. Page 9: Under DOS 3.30 or newer, use a new DOS function call to set
  372.         up space for up to 256 files. The number of total files
  373.         available will now be closer to the FILES= setting, instead
  374.         of being stuck at the 20 that is the default size.
  375.  
  376. Changes by Andrew Rossmann (6/7/89)
  377.         Changed the version to 4.5.
  378. ALL:    Pressing <ENTER> will bring up a 'Page no.=>' prompt. You
  379.         can then type in the number of the page you want to jump to.
  380. Page 9: Added OEM (Original Equipment Manufacturer) Serial number to
  381.         list. Not everyone uses this. Put file handle table sizes
  382.         on one line.
  383.         Changed current time to conform to the format of the current
  384.         country code, including 12-hour format.
  385. Page16: Corrected more DOS4 errors in the Dos Disk Parameter Block
  386.         listings. It seems the number of sectors per FAT has grown
  387.         from 1 byte to 1 word. This pushed the sector # of directory,
  388.         address of device header, media descriptor, access check,
  389.         and next block pointer up 1 byte.
  390.  
  391. Changes by Andrew Rossmann (6/3/89):
  392.         I upped the letter to 'V'.
  393. Page 9: Added 'Boot disk was'. This will display which disk drive
  394.         was used to boot the computer under DOS 4. Under DOS 3,
  395.         this will always display (unknown).
  396.         I changed the file used to figure out the number of available
  397.         file handles from COMMAND.COM to the program itself. This is
  398.         because COMMAND.COM may not always be available (especially
  399.         if you are on floppies.) It's more likely the program itself
  400.         will be available. This uses a DOS 3 or 4 feature that lets
  401.         a program know it's full pathname. (ParamStr(0) in TP5).
  402. Page10: Added extra information about the APPEND command under DOS
  403.         4. Will display which switches are active, and the path
  404.         currently in use.
  405. Page15: Added several parition types, including 'Big DOS-16' (DOS 4
  406.         partitions >32M), XENIX, NOVELL, PCIX, CP/M, and BBT.
  407. Page16: Modified the DISKREAD portion of SYSID.ASM for use under
  408.         DOS 4. Will now correctly read disks with partitions >32M.
  409.         Disks >32M under Compaq DOS 3.31 will probably not work.
  410.  
  411. Changes by Andrew Rossmann (5/29/89):
  412.         I named this version 4.44U for 'U'pdated. Don't know of any
  413.         newer versions.
  414. Page 1: The search for the Copyright message in ROM has been
  415.         expanded to start at F000:C000 instead of F000:E000. This
  416.         test had returned nothing on my Tandy 1000SX. This may
  417.         cause longer waits on other machines. NOTE: the CPUID
  418.         routine does not detect my V20. It returns an unknown type.
  419.         I have no idea why, and I would like to know why. (I also
  420.         have an 8087 if that makes any difference.)
  421. Page 7: If you had a mouse, some information about your keyboard
  422.         ended up scrolling off the screen. Some related info
  423.         has been put on 1 line to prevent scrolling.
  424. Page 9: The method to find the number of available file handles
  425.         had a minor problem. It used the COMSPEC environment
  426.         variable to continuously open COMMAND.COM until an error
  427.         occurred, presumably a 'Too Many open files' error. BUT,
  428.         the files were opened as untyped files, which have a
  429.         default FileMode = 2 (read/write). If your copy of
  430.         COMMAND.COM was read-only (for virus protection), an
  431.         error 5 (Access denied) occured, and 0 available handles
  432.         was shown. This is fixed by setting FileMode:=0 (Read only)
  433.         before opening files.
  434.         The printer echo status is supported under DOS 4.
  435.         The number of buffers is still unknown as I am unable to
  436.         figure it out. Since DOS 4 can have a huge number of
  437.         buffers, and even put them in EMS memory, finding out their
  438.         count may be difficult.
  439. Page13: Information about a floppy now supports the parameters
  440.         for 3.5" drives, and displays number of tracks.
  441. Page16: Now supports DOS 4.0 and Compaq DOS 3.31 with partitions
  442.         >32M (maybe others if they follow the same format.)
  443.         If you have a disk formatted under DOS 4, the boot
  444.         record section will display the volume label, serial number,
  445.         and FAT type of the disk.
  446.  
  447.  
  448. Known bugs: (Steve Grants ver 4.44)
  449. 1) Page 2: The CPU test for interrupts of multi-prefix string
  450. instructions is reliable only on machines whose clock speeds are
  451. less than about 15 MHz.  The 8086 and 8088 are the only CPU's that
  452. don't handle such interrupts correctly, however, and they aren't
  453. (to my knowledge) ever run at anything like 15 MHz.  (This 15 MHz
  454. limit assumes that the timer tick interrupt occurs at the standard
  455. rate of 18.2 Hz.  SYSID could check that, too, I suppose.)
  456. 2) Page 5: The description of foreground color will not mention the
  457. blinking attribute, even if it was enabled before you invoked
  458. SYSID.
  459. 3) Page 10: SYSID used to report incorrectly the statuses of some of
  460. the executable files which use the "multiplex interrupt" (INT
  461. 2FH).  I have commented these status checks out of the source
  462. code, determined to do battle with them another day.  Can anyone
  463. supply the correct INT 2FH functions for these files?  Or are some
  464. of them red herrings that simply check INT 2FH to see if *other*
  465. files have been loaded (e.g. APPEND/ASSIGN)?
  466. 4)      The error beep sometimes fails to sound when you press PgDn
  467. while on the last page (or PgUp while on the first page).  I have no
  468. idea why. (!!corrected in version 4.5)
  469.